Actions
Bug #767
closedDon't use net[4|6] protocol for control/data URI for lttng save command
Start date:
03/24/2014
Due date:
% Done:
100%
Estimated time:
Description
By default, a net output is saved like this:
<net_output> <control_uri>net4://127.0.0.1:5342/</control_uri> <data_uri>net4://127.0.0.1:5343/</data_uri> </net_output>
net:// can't be used with control and data, must be tcp[4|6]:// thus triggering this error on lttng load:
Error: Control URL uses the net:// protocol and the data URL is different. Not allowed. Error: Command error
Updated by David Goulet over 10 years ago
- Status changed from Confirmed to Resolved
- % Done changed from 0 to 100
Applied in changeset b664f89a924cc708174003a2b570f5a221905b8e.
Actions